Bitmap Tools

NOTE: At this time, bitmaps are only supported in CADFusion projects that target the A3200 motion control system.

Bitmaps and bitmap tools configure the A3200 PSO to mark a bitmap image by using a tool that is attached to your system, such as a laser. Marking information is read from a .bit file and is downloaded to the drive. The PSO hardware can then use the marking information. PSO ARM and PSO OFF commands execute at specified times with coordinated motion commands to scan the bitmap and mark the pixels by turning on or pulsing the PSO output.

Phases of a Bitmap Tool

A tool has four phases. The table that follows shows the code that is generated for each phase of a Bitmap tool and the specified time in a program when the code executes.

Table:     Tool Phases and Code Execution

Tool Phase Bitmap Code Description

Initialization

Not available

Bitmap tools do not have code that executes during the Initialization phase.

On

Open .bit file

PSO Initialization Code

Before the bitmap starts, the applicable .bit file opens and the PSO hardware initializes.

Off

Close .bit file

After the bitmap completes, the .bit file closes.

Teardown

Not available

Bitmap tools do not have code that executes during the Teardown phase.

Bitmap Tool Settings

Use the Tool Catalog tab of the Catalog Manager to add or edit tools. For more information, refer to Add Tools or Edit Tools.

Table:     Bitmap Tool Settings

Tool Setting Description

Tool Name

The name of the tool. Each tool in your project must have a unique name.

Axis Name

The name of the axis on which PSO is commanded to mark the bitmap.

Drive Type

The type of drive on which PSO is commanded to mark the bitmap.

Override feedrate

Select the box if you want to specify the feedrate used to mark the bitmap that uses this tool. If you do not specify the feedrate, CADFusion uses the Bitmap Marking Feedrate from the project settings.

PSO Settings

The tracking sources that are applicable to the horizontal and vertical axes that are used to mark the bitmap. The axes show on the canvas. For some Drive Types, you must configure more properties.

Marking Initialization

Configure the AeroBasic code that executes before the first marking scan. If it is necessary for marking to pause to download more data to the drive, the Marking Initialization code also executes before the marking scan that occurs immediately after the pause.

  • To use the AeroBasic file where the code is stored, select File and then type or browse to the network or your PC and select the program file that you want to use.
  • To specify the code, select Code and then type the accurate syntax in the box.

For more information, refer to How Bitmaps Are Marked.

Marking Termination

Configure the AeroBasic code that executes after the last marking scan. If it is necessary for marking to pause to download more data to the drive, the Marking Termination code also executes after the marking scan that occurs immediately before the pause.

  • To use the AeroBasic file where the code is stored, select File and then type or browse to the network or your PC and select the program file that you want to use.
  • To specify the code, select Code and then type the accurate syntax in the box.

For more information, refer to How Bitmaps Are Marked.

Marking Settings

The marking settings specify the effect of each pixel on the output connected to the tool that you use to mark the bitmap. You can specify these Marking Modes. Each Marking Mode has different marking settings that you can specify.

For more information, refer to How Bitmaps Are Marked.

WARNING: Aerotech recommends that you specify pulse duty cycles at a maximum of 90%. If you specify a duty cycle at or near 100%, the PSO hardware might skip firing events. Thus, the bitmap might have some pixels that are not marked as you expect.

Related Topics

Add Tools

Bitmaps

Bitmap Shapes

Configure Bitmaps

Edit Tools

Tools